From d7260d4ee99b15b3d10a273977f15d7303da0750 Mon Sep 17 00:00:00 2001 From: William Jon McCann Date: Tue, 25 Jun 2013 17:03:08 -0400 Subject: [PATCH] Fix a couple documentation warnings --- gtk/gtksearchbar.c | 2 +- gtk/gtktextbuffer.c | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/gtk/gtksearchbar.c b/gtk/gtksearchbar.c index c45b3c54cc..766bba12b6 100644 --- a/gtk/gtksearchbar.c +++ b/gtk/gtksearchbar.c @@ -537,7 +537,7 @@ gtk_search_bar_get_show_close_button (GtkSearchBar *bar) /** * gtk_search_bar_set_show_close_button: * @bar: a #GtkSearchBar - * @shown: whether the close button will be shown or not. + * @visible: whether the close button will be shown or not. * * Shows or hides the close button. * diff --git a/gtk/gtktextbuffer.c b/gtk/gtktextbuffer.c index 73d49e5f32..f3f17ffdbe 100644 --- a/gtk/gtktextbuffer.c +++ b/gtk/gtktextbuffer.c @@ -608,6 +608,7 @@ gtk_text_buffer_class_init (GtkTextBufferClass *klass) /** * GtkTextBuffer::paste-done: * @textbuffer: the object which received the signal + * @clipboard: the #GtkClipboard pasted from * * The paste-done signal is emitted after paste operation has been completed. * This is useful to properly scroll the view to the end of the pasted text. -- 2.30.2